What is ALE? Explain the functions of ALE in 8085.

Answers were Sorted based on User's Feedback



What is ALE? Explain the functions of ALE in 8085...

Answer / hiranmay mistri

ALE is a control signal of 8085 MPU.8085 is a 8-bit
microprocessor which have 16-bit address bus among them
lower 8-bit are multiplexed.So while MPU executes read or
write operation it needs to demultiplexed.ALE control signal
used to demultiplexed the lower order address and data bus.

Is This Answer Correct ?    363 Yes 52 No

What is ALE? Explain the functions of ALE in 8085...

Answer / k. k. ghosh

8085 processor has 16 address lines for 16 bit address of a
memory location. Out of this 16 address lines 8 adress
lines are solely dedicated to transfer 8 higher order
address bits while the remaining lower order 8 bits of the
address are sent through another 8 lines multiplexed with
the 8 bit data lines. It is the control signal ALE to be
sent by the processor in appropriate time to indicate the
operation of this 8 bit multiplexed bus whether it will be
used to send the lower order 8 address bits or to send the
8 data bits. How it is indicated ? Making ALE control HIGH
the multiplexed 8 bit bus will act as address bus while
making ALE control LOW the same 8 bit multiplexed bus will
act as data bus. Thus, ALE = 1 makes the address latched
i.e. latch enable and ALE = 0 makes the adress bus disable
but making it data bus enable. In this sense, this 8 bit
bus better should be said as data bus.

Is This Answer Correct ?    245 Yes 22 No

What is ALE? Explain the functions of ALE in 8085...

Answer / geo

address latch enable...in the case of microcontroller (8051)
& microprocessor 8085 the data line & low order 8 bit
address lines are multiplexed.in order to geting address
from this line we uses a latch.ALE is the line connected to
this latch saying that the take the address from the line.

NB: this is used only when we connecting our micro
controller to external mem.

Is This Answer Correct ?    165 Yes 56 No

What is ALE? Explain the functions of ALE in 8085...

Answer / gagan deep singh taneja

it is an output status signal.it tells that when data is
present and when address is present on the multiplexed
address/data lines.
when ALE=1(it means address is present)
when ALE=0(it means data is present on multiplexed A/D
lines)

Is This Answer Correct ?    62 Yes 8 No

What is ALE? Explain the functions of ALE in 8085...

Answer / abhinandan

ALE is used to indicate the beginning of any operation.it is
a positive going pulse used primarily to latch lower order
address from multiplexed bus(AD0-AD7)and generate seperate
set of eight address lines A0-A7.

Is This Answer Correct ?    50 Yes 17 No

What is ALE? Explain the functions of ALE in 8085...

Answer / vini

address latch enable.ALE+latch=demultiplexer circuit used
to demultiplex address and data lines.the lower order
address byte is saved in latch which is enabled by ALE.

Is This Answer Correct ?    50 Yes 23 No

What is ALE? Explain the functions of ALE in 8085...

Answer / aparna das

ALE stands for address latch enable.this is a positive
going pulse every time when the 8085 microprocessor is in
operation.it indicates the bits on AD0-AD7 are address
bits.this signal is used to latch the lower order address
from the multiplexed bus,and generates separate set of 8-
address lines A0-A7.

Is This Answer Correct ?    32 Yes 13 No

What is ALE? Explain the functions of ALE in 8085...

Answer / santhoshi

ALE stands for "address latch enable"
8085 is a 8 bit microprocessor with 16 address lines.
Among those 16 address lines lower order address lines are
multiplexed with the 8 data lines....when this ALE is
enabled it means that address is being flown through those
multiplexed lines and if it is disabled then data will be
flown through the multiplexed lines

Is This Answer Correct ?    21 Yes 13 No

What is ALE? Explain the functions of ALE in 8085...

Answer / ma forhad

ALE means Address Latch Enable.
ALE is a control signal of 8085 microprocessor.8085 has 16
bit address bus and lower (A0-A7) address are multiplexed
with data bus (D0-D7) which need to demultiplexed or
separate the data bus and address bus.
That means ALE use for separate the (AD0-AD7) bus to (A0-A7)
bus and (D0-D7) bus.

Is This Answer Correct ?    9 Yes 5 No

What is ALE? Explain the functions of ALE in 8085...

Answer / prathima

address latch enable is an output pulse for latching the low byte of the address during access to external memory.

Is This Answer Correct ?    12 Yes 11 No

Post New Answer

More 86 Family Interview Questions

Explain data types used in microcontroller programming,

0 Answers  


Give examples for maskable interrupts?

0 Answers  


What is a coprocessor trap?

1 Answers  


What location code memory space and data memory space begins?

0 Answers  


Which register handles the arithmetic operations in the 8085?

0 Answers  






write the assembly language programming to find the 2's complement for a string of 100 bytes

0 Answers  


Explain all the addressing modes of the 8085 with the help of examples.

0 Answers  


What are the interrupts of 8086?

0 Answers  


What are the general purpose registers in 8085?

0 Answers  


What is the significance of the nmi pin in the 8086?

0 Answers  


What is an interrupt? List various types of interrupts available in 8051 microcontroller?

0 Answers  


What are the software instructions related to stack operations?

0 Answers  


Categories